Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 6a392fd

Commit 6a392fdb0ffb6f75bc1cd6df1d7656ccc114a0cd


Parents : b42e075
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-09-05T15:21:45+02:00

Updated readme

Changes

1 files changed, 5 insertions(+), 3 deletions(-)

M README.md +5 -3

Diff

diff --git a/README.md b/README.md
index a0329b29..9aa58cfe 100755
--- a/README.md
+++ b/README.md
@@ -306,9 +306,11 @@ general-purpose CPUs and on microcontrollers. The necessary primitives are:
- X22519 for ECDH key exchanges
- HKDF for key derivation
- Modified Fernet for encrypted tokens
- - AES-128 in CBC mode
- - HMAC for message authentication
- - No Fernet version and timestamp fields
+ - Ephemeral keys derived from an ECDH key exchange on Curve25519
+ - AES-128 in CBC mode with PKCS7 padding
+ - HMAC using SHA256 for message authentication
+ - IVs are generated through os.urandom()
+ - No Fernet version and timestamp metadata fields
- SHA-256
- SHA-512

Served by rngit 1.5.2 - Generated in 0.04s